About the Demo
This demo shows how to modify ASP:Buttons (which
are not DBWebControls) to have them behave as Navigation Controls for DBWeb. The
code to do this is all in the page's Form_Load event.
Setup Information
Before running the application for the first time, double click on
the DBWebDataSource control in the tool tray, and then use the object
inspector to set its XMLFileName property to "employee.xml" in this
directory, and the XMLSchemaName to "employee.xsd".
Refer to AspSetup.htm, DBWebDemoSetupXML.htm, and DBWebDemoSetupDB.htm
in the demos\delphi.net\dbweb directory for setup and configuration information.
Running the Demo
- Start the IDE.
- Open this project.
-
Complete the steps from the Setup Informationsection
above.
- Compile the Applicaton (Project Menu, Compile all projects).
- Run the application with debugging (F9) or without debugging
(Shift+Ctrl+F9)